This patch fixes a severe bug in vtlb, where domU may face machine crash
authordjm@kirby.fc.hp.com <djm@kirby.fc.hp.com>
Thu, 15 Sep 2005 16:54:16 +0000 (10:54 -0600)
committerdjm@kirby.fc.hp.com <djm@kirby.fc.hp.com>
Thu, 15 Sep 2005 16:54:16 +0000 (10:54 -0600)
commit839e47f78d54cdea12a297b30a57d08827de4f37
tree38215286e9a6e0268141caa789cb5a0abd0c1cfb
parent5897cb493738d562bc2ea2519c7a83beaec25e02
This patch fixes a severe bug in vtlb, where domU may face machine crash
intermittently. Normally in page fault handler, the entry hit in vtlb shouldn't
be injected back to vtlb again, not to say meaningless -1UL. After this fix,
vtlb hit ratio also improves since guest svhpt entry may live longer.

Signed-off-by Kevin Tian <kevin.tian@intel.com>
xen/arch/ia64/xen/vcpu.c